home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / NETWORKI / 1725.ZIP / README.352 < prev    next >
Text File  |  1988-06-28  |  12KB  |  319 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.                TOP-NET  Local  Area  Network
  16.  
  17.                             For
  18.  
  19.                   IBM  Personal  Computers
  20.  
  21.  
  22.              Release  Notes  For  Version  3.52
  23.  
  24.                          Jun. 25, 1988
  25.  
  26.                  GRAND  COMPUTER  CORPORATION
  27.  
  28.  
  29. .pa
  30.  
  31. SIGNIFICANT CHANGES in This Release versus Earlier Version 3.3x and 3.4x.
  32.  
  33.  
  34.     * Version 3.5 supports multiple servers. (For A+ and E+ II, not for I+)
  35.  
  36.     * The server station(s) sharable hard disks or RAM disks increased
  37.       from two to four (C: , D: , E: , and F:).
  38.  
  39.     * User group applications had been re-defined.
  40.  
  41.     * Eliminated conflictions between network interrupt and compiled
  42.       BASIC programs(ie. INT 3F is changed to INT 7AH).
  43.  
  44.     * "LASTDRIVE =" command on the REMOTE's config.sys file can be up to "I".
  45.  
  46.     * Detailed discrepencies from release 3.40 manual are listed below.
  47.  
  48.  
  49. 1) TOPSHARE.EXE
  50.  
  51.    When you upgrade your system to use version 3.5 software from  versions
  52. 3.4x or earlier, you HAVE TO GO THROUGH <I>INITIALIZATION procedures again.
  53. That is to input your superuser, shared resources, and user accounts again.
  54. If you decide to use more than one server in the system, you need to do the
  55. initialization procedures as you have done on the first server station.
  56. Also additional server stations are subject to the same requirements as your
  57. first server, i.e. hard disk, enough memory, and CONFIG.SYS file. With this
  58. multi-server function, you can start the system from any server station.
  59. Then at the other server stations, you can choose it to be a server by
  60. "topnetf" or a user station by "topnetr".
  61.  
  62. 2) TOPSPOOL.EXE
  63.  
  64.    For sharing the printer(s), the spooling work now has been assigned to
  65. the server station. Therefore, the user who requests a printer and the printer
  66. that to be requested have to log on to the same server station.
  67.  
  68. A new TopSpool option is supported from TOP-NET version 3.50 :
  69.  
  70.       "Set TopSpool Priority"
  71.  
  72. This is designed for sharing Laser printers or high capacity buffer's printers.
  73. The command format for setting TopSpool Priority is :
  74.  
  75.       C> topspool /t h  ; set TopSpool Priority to High
  76.       C> topspool /t n  ; set TopSpool Priority to normal
  77.  
  78. To let a PRINTER SERVER more fast, we suggest you set TopSpool priority to
  79. HIGH on that PRINTER SERVER and let that PRINTER SERVER on the DOS prompt.
  80.  
  81.  
  82. 3) CHANGE OF USER GROUPS AND FILE ATTRIBUTES
  83.  
  84.    We have consolidated user groups from 50 group levels into 8 groups. The
  85. new group numbers are 0,1,2,3,4,5,6,and 7. A user can belong to one or more
  86. groups, and the superuser(s) belong to all groups by default. The new file
  87. attributes consist of 8 group read/write permissions and a file owner number.
  88. (Please see TOPSTAT <A>ttribute function from server station or TOPATTR from
  89. user stations). For example, a file named TESTDATA.LAB has such attributes :
  90. rwr-r-rwrw----r-  005; which means this file has read/write permissions to
  91. group number 0,3,and 4; read-only permissions to group number 1,2,and 7; and
  92. denied access to group number 5 and 6. Only the superuser and the file owner,
  93. which is user number 5, have the right to change file attributes for this file.
  94. The group assignment is still done at superuser's User Account Maintenance.
  95.  
  96.  
  97. 4) Enable/Disable File Server's read/write protection attributes.
  98.  
  99.    From version 3.50, the TOPPRO can be used to enable or disable File
  100. Server's Read/Write protection attributes. If you activate File Server with
  101. Read/Write protection attributes DISABLED, this will have better
  102. performence of File Server but all TOP-NET's Read/Write protection
  103. attributes and LOCK/UNLOCK commands are become meaningless. (But DOS SHARE
  104. Record lock function still keep in effective.)
  105.  
  106. *****************************************
  107. *  CONFIG.SYS file for the File Server  *
  108. *****************************************
  109.  
  110. For  the File Server, the new suggested value in the FILES=  command   on
  111. the  CONFIG.SYS  file is 255.  Please refer to page 3-4  of  the  Top-Net
  112. Operation  Manual,  and create your  CONFIG.SYS file for the File  Server
  113. to contain at least following two command lines:
  114.  
  115.         BUFFERS = x
  116.         FILES   = 255
  117.  
  118. The  value  for  the BUFFERS command  should be  NO  LESS  than  40.  The
  119. suggested value  255 is the maximum number of file handles that the  File
  120. Server  allows to be concurrently opened by all Remote  stations.
  121.  
  122. Please   refer  to  the IBM DOS 3.1 Reference Manual page  4-7  and  4-22
  123. respectively for  the BUFFERS and FILES commands.
  124.  
  125.  
  126. *********************************************
  127. *  CONFIG.SYS file for all Remote Stations  *
  128. *********************************************
  129.  
  130. The LASTDRIVE command within the CONFIG.SYS file can be set to 'I'.
  131.  
  132. Although we recommand the number of files to be opened is 20, the real
  133. limitation at remote station is 150 files. Due to the limitation at server
  134. station file handle can not be greater than 255 files, we hope that you may
  135. keep total files to be opened under a single server to be lower than 255 files.
  136. On this Version 3.50, you MUST MAKE SURE YOUR "FILES =" COMMAND ON THE
  137. CONFIG.SYS FILE IS LESS THAN 150 for all Remote stations.
  138.  
  139.  
  140. ***************************************
  141. *  AUTOEXEC.BAT file for File Server  *
  142. ***************************************
  143.  
  144. From version 3.50, the start-up routine has eliminated many prompts than earlier
  145. versions. The AUTOEXEC.BAT can be greatly simplified as :
  146.  
  147.         topnetf UUU PPP
  148.  
  149. Where UUU is the superuser's name, and PPP is the password.
  150.  
  151.  
  152. ***********************************
  153. *  AUTOEXEC.BAT file for Remotes  *
  154. ***********************************
  155.  
  156. For version 3.42 and earlier, the TOPNETR.EXE would prompt following
  157. message when you logon to the network :
  158.  
  159.         >USERNAME please :
  160.         >PASSWORD please :
  161.  
  162. From version 3.50 and onward, another prompt will be displayed and ask
  163. the user to enter the File Server' station address. This will enable
  164. multiple File Servers can be actived on the TOP-NET.
  165.  
  166. An example of AUTOEXEC.BAT file for the workstation as following :
  167.  
  168.         topnetr UUU PPP N
  169.  
  170. Where UUU is the user's username, PPP is the password and N for
  171. the File Server's station address.
  172.  
  173.  
  174. *********************************
  175. *  TOPPRINT.COM & PRNSHARE.EXE  *
  176. *********************************
  177.  
  178. Since these two utilities are no longer supported as from version 3.40,
  179. please ensure to delete from your AUTOEXEC.BAT file the TOPPRINT command
  180. if  it was set therein for execution of the earlier versions.  Also,  in
  181. lieu  of  the PRNSHARE.EXE, now please use following  new  commands  for
  182. printer sharing function:
  183.  
  184.       New                  Old command now obsolete
  185.     ------------------    -------------------------
  186.      TOPSPOOL /S ON        PRNSHARE ON
  187.      TOPSPOOL /S OFF       PRNSHARE OFF
  188.  
  189.  
  190. ************************************************
  191. *  Very Important Notes for All Top-Net Users  *
  192. ************************************************
  193.  
  194. When using some "single-user" packages (e.g., WordStar 2000, PE2...) on
  195. the  Top-Net,  you must pay close attention to the problem of  conflicts
  196. caused by temporary file names.
  197.  
  198. For  instance:   When editing any existing file in WordStar  2000  on  a
  199. Remote  Computer, at least four temporary files will be created  on  the
  200. File  Server's  hard  disk.  These are  called  OUTPUT.$$A,  GOBACK.$$A,
  201. BLOCK.$$$, and DELETE.$$$.  There  will  be a problem if another  Remote
  202. user  is also running this same package from File Server and working  on
  203. the same subdirectory as you are.  These temporary files created by  you
  204. and  another Remote user will have the same names.  To avoid  this,  you
  205. must work on a different subdirectory.
  206.  
  207. *********************************
  208. *  Limitation on using TOP-NET  *
  209. *********************************
  210.  
  211. In the following situations, the File Server will stop serving the
  212. network for Remote stations.
  213.  
  214.   1. Using DOS "TYPE" command on the File Server to display text file and
  215.      press the <CTRL>S or <CTRL><Num Lock> keys to hold the display.
  216.   2. Using DOS "COPY CON file" command on the File server to create a file.
  217.   3. The re-direction for keyboard and display are not supported on this
  218.      version.
  219.  
  220. ***********************************
  221. *  MS-DOS 3.2 Utility APPEND.COM  *
  222. ***********************************
  223.  
  224. Due to internal programming conflicts, the MS-DOS 3.2 APPEND.COM is  not
  225. supported on the File Server.  PLEASE  DO  NOT  INSTALL it ON  THE  FILE
  226. SERVER.   This  utility  is,  however, still  supported  on  the  Remote
  227. stations.
  228.  
  229.  
  230. *****************
  231. *  TOPMAIL.EXE  *
  232. *****************
  233.  
  234. When  you  SEND a mail to "ALL" users, it does  not  function  properly.
  235. This internal bug will be resolved on  version 4.0.
  236.  
  237. *****************
  238. *  TOPTERM.EXE  *
  239. *****************
  240.  
  241. This optional utility is not supported on the current version of the
  242. Top-Net diskette. However, an enhenced version will be ready when
  243. version 4.0 is released.
  244.  
  245. ************************
  246. *  TOPSPOOL vs TOPMAP  *
  247. ************************
  248.  
  249. Either one of these functions may change the printer selection. However, it is
  250. recommanded to use TOPSPOOL for printer selections, for it will give you more
  251. options on the printer or printing functions you will need.
  252.  
  253. ***************************************************
  254. *  Monitor Compatibility for TOPLOOK and TOPSHOW  *
  255. ***************************************************
  256.  
  257. On CGA and EGA monitors, the TopLook and TopShow functions are now fully
  258. compatible in both Text and Graphics modes.
  259.  
  260. Text-only screen transfers can be made even when different PC's in  the
  261. network are running different monitor systems (e.g., one system running
  262. CGA, another running EGA and a third one Hercules).
  263.  
  264. For  Graphics  screen  transfers, all systems  involved  in  the  screen
  265. transfer must operate under the same monitor system.
  266.  
  267. ************************************
  268. *  Automatic Time & Date Download  *
  269. ************************************
  270.  
  271. When  you log your remote station onto Top-Net network system, the  TIME
  272. and  DATE  from  the file server is automatically  downloaded  into  the
  273. station.  Thanks  to this convenient feature, a remote station is  still
  274. able  to  have  the  network synchronized  time-and-date  function  even
  275. without having being equipped with its own real-time clock.
  276.  
  277.  
  278.  
  279. FOLLOWING NOTES are FOR SYSTEM PROGRAMMERS:
  280. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  281.  
  282. *********************
  283. *  INT 1C Problems  *
  284. *********************
  285.  
  286. Some software packages, such as  GWBASIC ver 2.02 or earlier,  force  the
  287. INT 1C (timer interrupt) function to stop.  Running such softwares on the
  288. File  Server will cause the File Server to stop to serving  all  Remotes.
  289. Running them on a Remote will cause that Remote to loose the  ability  to
  290. respond to the TOPLOOK, TOPTALK, TOPSEND, TOPTERM, and TOPSHOW functions.
  291.  
  292. ******************
  293. *  LOGON Status  *
  294. ******************
  295.  
  296. For system programmers who desire to confirm that a station has properly
  297. logged  onto  the network,  the system will now return a code at the  AL
  298. register:
  299.  
  300. 0 = Logon OK       1 = Logon Error
  301.  
  302. Please  refer  to  the  DOS  function 4CH  &  31H  for  DOS  batch  file
  303. applications using this return code.
  304.  
  305.  
  306. ****************
  307. *  HANDLE.COM  *
  308. ****************
  309.  
  310. This program lets system manager to monitor up to 20 stations open file status.
  311. Each station will display up to 20 files being opened.
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.                      --  -- END --  --
  319.